2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / SaveImage Method / SaveImage(Byte[],ImageFormat,Size) Method
Byte array for image output.
Image format.
Image size.

In This Topic
    SaveImage(Byte[],ImageFormat,Size) Method
    In This Topic
    Saves an image of the chart in a Byte array in the specified format of the specified size.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByRef ByteArray() As System.Byte, _
       ByVal ImgFmt As System.Drawing.Imaging.ImageFormat, _
       ByVal sz As System.Drawing.Size _
    ) 
    public void SaveImage( 
       ref System.byte[] ByteArray,
       System.Drawing.Imaging.ImageFormat ImgFmt,
       System.Drawing.Size sz
    )

    Parameters

    ByteArray
    Byte array for image output.
    ImgFmt
    Image format.
    sz
    Image size.
    See Also